Enums
Overview
Enumerations of standard values used in the API. Enums are used to make logical and structural distinctions between different parts of the API.
- From version: 2020.20
Enumerations
ChipType
ChipType: {[id:string]: ChipType}
Used to indicate the chip type.
ColorRangeType
ColorRangeType: {[id:string]: ColorRangeType}
Types of color ranges.
DropZoneType
DropZoneType: {[id:string]: DropZoneType}
Used to indicate the type of a Dropzone.
events
events: {[id:string]: Event}
Used to indicate the event types that can occur through the visual flow.